home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000043_news@columbia.edu_Thu Nov 3 16:33:04 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02369
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 4 Nov 1994 06:30:10 -0500
  3. Received: by apakabar.cc.columbia.edu id AA28036
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 4 Nov 1994 06:30:09 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!math.ohio-state.edu!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: 132-column Mode and MS-Kermit Verbs
  9. Message-Id: <1994Nov3.223304.31997@cc.usu.edu>
  10. Date: 3 Nov 94 22:33:04 MDT
  11. References: <CypL0A.1L1@physics.purdue.edu>
  12. Organization: Utah State University
  13. Lines: 42
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <CypL0A.1L1@physics.purdue.edu>, korty@london.physics.purdue.edu (Andrew J. Korty) writes:
  17. > My friend and I just discovered the world of 132-column mode, and we
  18. > have a few questions for all who are familiar with its numerous
  19. > wonders.
  20. > 1.  My friend wants to define a key to switch between the modes while
  21. > in terminal emulation mode, but we couldn't find a verb that does
  22. > this.  Is using verbs the only way?  Also, we'd like to know if
  23. > there's a way to define a key to escape back to command mode and
  24. > execute a Kermit command (of any kind).
  25.  
  26.     Check the user's manual, the book "Using MS-DOS Kermit" whose
  27. details are given on the Kermit HELP screen and the *.UPD files issued
  28. since then. You can assign a Kermit macro as the definition of a key. 
  29. The macro can do anything you could say at the Kermit prompt, including 
  30. issue SET TERM commands. Syntax is   SET KEY keycode {\Kmacroname}
  31. and the \K must be inside the curly braces.
  32.  
  33. > 2.  I'm running DOS Kermit under OS/2 in a full-screen DOS session.
  34. > When I use 132-column mode, everything works fine until I switch back
  35. > to the desktop, at which time the video proceeds to get completely
  36. > screwed up.  The only way to save things is to go back to Kermit and
  37. > do an Alt-X (which puts the screen back in 80 column-mode) and then go
  38. > back to the desktop (which is still screwed up) and activate a screen
  39. > saver or something to refresh the screen.
  40.  
  41.     It's between OS/2 and your video driver and your monitor.
  42. Please remember that there is no standard on 132 column video modes so
  43. that OS/2 has no idea of what state the display is in and hence little
  44. idea of what to do about it. Better video drivers could help more,
  45. however.
  46.  
  47. > 3.  Also, Kermit's documentation claims that it can auto-detect the
  48. > screen width requested by the host, but doesn't seem to.
  49.  
  50.     Maybe you mean the opposite here. Hosts can request 80 or 132
  51. columns from VTxxx terminals, nothing more. Kermit obeys those requests.
  52. Perhaps you mean that Kermit can tell the host its current screen size
  53. upon request, which is true. There is no "auto-detect" in this arrangement,
  54. by either host or terminal emulator. Kermit can also report screen size
  55. in Telnet Options packets, if the host agrees to do so.
  56.     Joe D.